home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The 50th Anniversary of …National Assembly Library
/
The 50th Anniversary of the National Assembly Library.iso
/
photo.dxr
/
00139.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-02-18
|
339 b
|
25 lines
global img, imsize
on mouseEnter
if img = 1 then
cursor([121, 122])
end if
end
on mouseLeave
cursor(-1)
end
on mouseDown
end
on mouseUp
sprite(19).visible = 0
sprite(20).visible = 1
sprite(23).visible = 0
sprite(24).visible = 0
sprite(45).member = member(26, "pp")
set the member of sprite 46 to 49
go("3")
end